home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Chat & Communication
/
PeerAware 1.03
/
PeerAware-Setup.exe
/
Html
/
draw.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2008-07-12
|
4KB
|
178 lines
/*
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is Cumulate Draw User Interface.
-
- The Initial Developer of the Original Code is
- Cumulate Labs Inc..
- Portions created by the Initial Developer are Copyright (C) 2006-2007
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the LGPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
<!--
Dependencies: (SVG or VML rendering implementations)
History:
2008-01-06 | Jonny Rein:Started with Cumulate Draw 0.3.7
Removed title
Removed splashscreen
Commented open and save
Hid all connector buttons, have not found how to support those yet.
Removed google ad.
Removed all calls to setSplashScreenMessage.
Removed StatCounter code
2008-01-06 | Jonny Rein:Commented parts of _saveBox
Support for xhtml1-transitional
-->
*/
.toolbar
{
padding-top:5px;
padding-bottom:5px;
margin-top: 0px;
margin-bottom: 8px;
width: 100%;
height:100%;
filter: progid:DXImageTransform.Microsoft.Gradient(
startColorStr='#c7d4f7',endColorStr='#f8f8f8',gradientType='0');
}
.toolbarbutton
{
margin:2px;
border-color:blue;
border-size:1px
}
.toolbarbuttonover
{
margin:2px;
border-color:blue;
border-size:5px
}
.colorindicator
{
padding-right:2px;padding-left:2px;padding-bottom:2px;
width:5px;
padding-top:10px;
position:absolute;
height:10px;
}
.helpText
{
padding-top:3px;
padding-left:10px;
font-size:12px;
font-weight:normal;
width: 90%;
height: 20px;
z-index:10;
left:0px;
}
.shapeText
{
padding-right:10px;
margin-top:0px;
padding-left:10px;
font-weight:bold;
font-size:20px;
z-index:101;
border-color:green;
visibility:hidden;
margin-left:10px;
margin-right:10px;
width:50px;
font-family:arial;
position:absolute;
height:0px;
background-color:white;
border-style:dotted;
border-size:2px;
overflow:auto;
}
.surround
{
padding:5px;
overflow:auto;
width:700px;
height:700px;
position:absolute;
border:2px threedshadow inset;
background-color:#cccccc;
}
.richdraw
{
overflow:none;
width:2000px;
height:2000px;
position:absolute;
padding-bottom:10px;
background-color:#cccccc
}
.page
{
z-Index:0;
overflow:hidden;
position:absolute;
border:black 1px solid;
background-color:#ffffff
}
.dialogbox{padding:20px;display:none;visibility:hidden width:300px;position:absolute; height:200px; background-color:#bbccff;border:2px threedhighlight outset;}
#cpicker
{
margin: 0px 0 0 0;
width: 145px;
background: #FFF;
padding: 0 0 0px 0px;
zIndex:10;
}
#cpicker div
{
width: 10px;
height: 10px;
float: left;
margin: 1px 1px 0 0;
}
.selectBox
{
z-index:0;
font-size:11px;
font-weight:normal;
}
.toolbarText
{
font-size:10px;
font-weight:bold;
}
.spanbool
{
background-color:#f8b75d;
color:Black;
cursor:hand;
border-color:Black;
border-size:1px;
}